home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11735 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  551 b 

  1. From: _GOYRA_@msn.com (David Byrden)
  2. Subject: RE: Instantiate Forward Declared Class
  3. Date: 15 Mar 96 22:49:26 -0800
  4. References: <DoAu1u.Lxx@news.uwindsor.ca>
  5. Message-ID: <00001a81+0000ad80@msn.com>
  6. Path: news.msn.com!msn.com
  7. Newsgroups: comp.lang.c++
  8. Organization: The Microsoft Network (msn.com)
  9.  
  10.  
  11. >> Apparently it is not possible to instantiate a declared but not 
  12. yet defined class.
  13.  
  14.     DEFINITELY it is not possible. the C++ compiler reads your source 
  15. files from top to bottom and cannot build objects of a class not yet 
  16. encountered.
  17.  
  18.                     David
  19.  
  20.